home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / mtic132d.zip / MFM_ENG.RAR / mt_error.mfm < prev    next >
Text File  |  1996-07-14  |  2KB  |  64 lines

  1. ;*****************************************************************
  2. ; MegaTIC     ERROR TEMPLATE FILE
  3. ; for MegaTIC Copyright (c) by DiMeS 1995,96. All rights reserved.
  4. ;*****************************************************************
  5. ;
  6. ; ■ KEYWORDS
  7. ;
  8. ; The ":" introduces a new chapter followed by an action keyword
  9. ; Following action keywords ara available:
  10. ;
  11. ; :UNLISTED       is the template when a user, who is not installed,
  12. ;                 writes an arealink-msg to MegaTIC
  13. ; :ERROR_PWD      is the template when an installed user writes with
  14. ;                 a wrong password.
  15. ;
  16. ; A chapter is terminated when the next action keyword follows or the
  17. ; end of the template file is reached.
  18. ;
  19. ; ■ MACROS
  20. ;
  21. ; You can use the macros listed below to create templates. The macros
  22. ; are listed in alphabetical order.
  23. ;
  24. ; @BBSNAME@       the name of your BBS
  25. ; @DATE@          todays date
  26. ; @LOCATION@      the location of your BBS
  27. ; @SYSOPNAME@     the name of the sysop (mostly your name)
  28. ;
  29. ; @REPLYNAME@     the name of the sender
  30. ; @REPLYAKA@      the AKA of the sender
  31. ; @REPLYSUBJECT@  the subject of the origin message
  32. ;
  33. ;********************** EXAMPLE FOR NOT LISTED USERS *******************
  34. :UNLISTED
  35.  
  36.  Hello @REPLYNAME@ !
  37.  
  38.  I'm sorry, but you have no accessrights to the arealink-manager
  39.  of MegaTIC.
  40.  
  41.  Please send a mail to @SYSOPNAME@ (@MAINAKA@) if you want to
  42.  get more information about that.
  43.  
  44.  Your sysop
  45.    @SYSOPNAME@
  46. ;
  47. ;********************** EXAMPLE FOR WRONG PASSWORDS ********************
  48. :ERROR_PWD
  49.  
  50.  Hello @REPLYNAME@ !
  51.  
  52.  I'm sorry, but you have used the wrong password "@REPLYSUBJECT@"
  53.  to control the arealink-manager of MegaTIC.
  54.  
  55.  Please send a mail to @SYSOPNAME@ (@MAINAKA@) if you want to
  56.  get more information about your password.
  57.  
  58.  Your sysop
  59.    @SYSOPNAME@
  60. :
  61. ;****************************************************************
  62. ; END OF TEMPLATE EXAMPLE
  63. ;****************************************************************
  64.